projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9533874
)
(reset_buffer_local_variables): Use Vascii_eqv_table
author
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Apr 1994 16:32:44 +0000
(16:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Apr 1994 16:32:44 +0000
(16:32 +0000)
and Vascii_canon_table.
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index e7353d6c5bc979db8f1dd52eb2a49e61c82b9975..94e475b8f75485184572a767e3758d076be36132 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-339,8
+339,8
@@
reset_buffer_local_variables (b)
b->minor_modes = Qnil;
b->downcase_table = Vascii_downcase_table;
b->upcase_table = Vascii_upcase_table;
- b->case_canon_table = Vascii_
downcase
_table;
- b->case_eqv_table = Vascii_
upcase
_table;
+ b->case_canon_table = Vascii_
canon
_table;
+ b->case_eqv_table = Vascii_
eqv
_table;
#if 0
b->sort_table = XSTRING (Vascii_sort_table);
b->folding_sort_table = XSTRING (Vascii_folding_sort_table);